home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / frbt_20.zip / FROBOT.CTL < prev    next >
Text File  |  1991-04-29  |  3KB  |  75 lines

  1. ;*******************************************************************
  2. ;  Control File for File Robot utility
  3. ;
  4. ;   Fill in the blanks. Sorry I have to do this gang, but these days
  5. ;   its hard to determine if a person has a Mail.Sys,Config.Dog or
  6. ;   or something else to get these parameters. I prefer this method
  7. ;   over using precious memory for environment variables. Anyways
  8. ;   this gives more flexibility for future variables.
  9. ;
  10. ;   Comments begin with a ';'. Use at least one space or tab between
  11. ;   token item and parameter.
  12. ;
  13. ;   Path designations can optionally have a trailing sep '\' after 
  14. ;   them, but is NOT required. I will figure things out regardless 
  15. ;   (Unlike many programs I know of!).
  16. ;
  17. ;   Case of text is NOT significant.
  18. ;*****************************************************************
  19. ;
  20. ; Your node number. Net and Node only, Zones are ignored
  21. ;
  22. node    1:343/22                       ; Your net,node number.
  23. ;
  24. ; Point to where the outbound directory is. I.E, where your
  25. ; bundled packets, REQ files are located. 
  26. ;
  27. outbound        e:\bink\outbound           ;Outbound directory
  28. ;
  29. ; Point to where the inbound mail files directory is. I.E, where
  30. ; incomings files are dropped off. 
  31. ;
  32. inbound         d:\new             ;Inbound files directory
  33. ;
  34. ;
  35. ; Point to where the netmail directory (I.E. inbound messages)
  36. ;
  37. netmail          e:\bink\mail         ;Netmail
  38. ;
  39. ; Point to name of Frobot script instruction file.
  40. ;
  41. scriptloc         d:\c\maximus\frobot\frobot.scr
  42. ;
  43. ; Enter logfilename. If it exists, it will append to it. If you don't 
  44. ; want it to write to logfile, just comment line out. Logfile is in
  45. ; standard OPUS/BINKLY/MAXIMUS format.
  46. ;
  47. logfile        frobot.log        ;Logfile name
  48. ;
  49. ; If you wish to display activity place a YES here, else no activity
  50. ; will be displayed. Default is NO display.
  51. ;
  52. display         Yes                     ; Show activity
  53. ;
  54. ; If you wish to send netmail to yourself informing when files
  55. ; have been received enter a YES. Default is NO. 
  56. ;
  57. selfmail       YES                      ; Send mail to yourself
  58. ;
  59. ; If you wish to send netmail to receive sysop informing what files
  60. ; you have requested (or attempted to), enter a YES. Default is NO. 
  61. ; I reccomend YES for this option as a courtesy. If it is turned 
  62. ; on, FROBOT will exit with an errorlevel of 2. You can set up
  63. ; batch file to call Ommm or other packer with this exit, so message
  64. ; will be processed. Message will be marked with same attribute as
  65. ; filerequest.
  66. ;
  67. sysopmail       YES                       ; Yes,send courtesy mail!
  68. ;
  69. ; If you wish to turn on the alert bells and whistles, enter a YES
  70. ; here. Be mindful that if there's an error, the fancy bells may
  71. ; wake you up in the middle of the night! <Grin>
  72. ;
  73. bells           Yes                       ; Yes turn on the bells
  74. ;
  75.